home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / dms32.zip / _SETUP.1 / DMS.exe / 0 / RCDATA / TRENAMEFILEFORM / TRENAMEFILEFORM.txt
Text File  |  1996-05-11  |  2KB  |  128 lines

  1. object RenameFileForm: TRenameFileForm
  2.   Left = 269
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rename File'
  7.   ClientHeight = 267
  8.   ClientWidth = 440
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 80
  20.     Width = 101
  21.     Height = 16
  22.     Caption = 'Old  Filename '
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 152
  32.     Width = 143
  33.     Height = 16
  34.     Caption = 'Enter New Filename:'
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 16
  43.     Top = 16
  44.     Width = 89
  45.     Height = 16
  46.     Caption = 'Active Drive:'
  47.     Font.Color = clBlack
  48.     Font.Height = -13
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object Label4: TLabel
  54.     Left = 16
  55.     Top = 40
  56.     Width = 409
  57.     Height = 16
  58.     Font.Color = clBlack
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object Bevel1: TBevel
  65.     Left = 8
  66.     Top = 8
  67.     Width = 425
  68.     Height = 57
  69.   end
  70.   object StatusBar1: TStatusBar
  71.     Left = 0
  72.     Top = 248
  73.     Width = 440
  74.     Height = 19
  75.     Panels = <>
  76.     SimplePanel = False
  77.   end
  78.   object Panel1: TPanel
  79.     Left = 0
  80.     Top = 207
  81.     Width = 440
  82.     Height = 41
  83.     Align = alBottom
  84.     TabOrder = 2
  85.     object BitBtn1: TBitBtn
  86.       Left = 32
  87.       Top = 8
  88.       Width = 75
  89.       Height = 25
  90.       TabOrder = 0
  91.       OnClick = BitBtn1Click
  92.       Kind = bkOK
  93.     end
  94.     object BitBtn2: TBitBtn
  95.       Left = 312
  96.       Top = 8
  97.       Width = 75
  98.       Height = 25
  99.       TabOrder = 1
  100.       OnClick = BitBtn2Click
  101.       Kind = bkCancel
  102.     end
  103.     object Help: TBitBtn
  104.       Left = 160
  105.       Top = 8
  106.       Width = 75
  107.       Height = 25
  108.       TabOrder = 2
  109.       OnClick = HelpClick
  110.       Kind = bkHelp
  111.     end
  112.   end
  113.   object OldFileName: TEdit
  114.     Left = 16
  115.     Top = 104
  116.     Width = 401
  117.     Height = 24
  118.     TabOrder = 1
  119.   end
  120.   object NewFileName: TEdit
  121.     Left = 16
  122.     Top = 176
  123.     Width = 401
  124.     Height = 24
  125.     TabOrder = 0
  126.   end
  127. end
  128.